projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c075290
)
(main): Tell user how to start server within Emacs if socket could not
author
Stephen Eglen
<stephen@gnu.org>
Mon, 2 Dec 2002 20:57:42 +0000
(20:57 +0000)
committer
Stephen Eglen
<stephen@gnu.org>
Mon, 2 Dec 2002 20:57:42 +0000
(20:57 +0000)
be found.
lib-src/emacsclient.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsclient.c
b/lib-src/emacsclient.c
index 81245bcd66a0a3c8f58528904b8d6fece447cf5d..9a4a974c94661b854772cfcfcc7c7498d6117fa7 100644
(file)
--- a/
lib-src/emacsclient.c
+++ b/
lib-src/emacsclient.c
@@
-380,7
+380,8
@@
main (argc, argv)
/* `stat' failed */
if (errno == ENOENT)
fprintf (stderr,
- "%s: can't find socket; have you started the server?\n",
+ "%s: can't find socket; have you started the server?\n\
+To start the server in Emacs, type \"M-x server-start\".\n",
argv[0]);
else
fprintf (stderr, "%s: can't stat %s: %s\n",